home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / mail / ADMail.lha / ADMail.history < prev    next >
Encoding:
Text File  |  1995-04-17  |  2.2 KB  |  52 lines

  1. Changes from 1.00 to 1.01:
  2.  
  3. Loads of Enforcer hits removed.
  4.  
  5. Variables now read from the local, as well as the global, environment.
  6. If they are not present in the environment, they are read from UULIB:Config
  7. or S:UUConfig.
  8.  
  9. Some mailers produce variations on the Message-ID: header with different
  10. cases (Message-Id:, Message-id:, etc). All these are now catered for.
  11. ADMail itself produces the form "Message-Id:" as this seems to be the most
  12. common.
  13.  
  14. CTRL-C handler fixed. Now CTRL-C should never kill it, ever.
  15.  
  16. Window sizing bug fixed. Windows should now be openable to the limits of
  17. your screen. At the same time, the gadgets in all of the windows now
  18. all resize/reposition correctly.
  19.  
  20. Added SigFile and SigDashes config options.
  21.  
  22. New date handling - different software produces different Date: headers.
  23. ADMail now converts these into a standard format. As a result, the Date field
  24. in the message window always looks right, and the $DATE variable has been
  25. split into $DATE and $TIME (without the timezone specifier).
  26.  
  27. Group replies implemented - if you are sent a message with more than one
  28. address on the To: line, and you reply to it, all the addresses from the
  29. To: line other than your own will be copied to the new To: line, along with
  30. that of the person who sent the original message.
  31.  
  32. MIME support - ADMail itself displays text/plain messages of subtypes us-ascii
  33. and the nine ISO-8859 types, provided they're encoded with 7bit, 8bit,
  34. binary, or quoted-printable.
  35. For all other types, including multipart messages of *any type*, Metamail is
  36. called.
  37. Sending of MIME messages is not yet supported.
  38.  
  39. Added key-control of the mailbox select window.
  40.  
  41. Added custom header capability.
  42.  
  43. If your mailbox didn't have a blank line between each message, ADMail
  44. wouldn't read the messages correctly, and you'd get the last few lines of a
  45. message appearing at the top of the next one. This manifests itself, I
  46. believe, when transferring a mailbox from a different mailer, e.g. Elm.
  47. Anyway, I've fixed it.
  48.  
  49. ADMail's windows are now disabled while certain functions (including the
  50. editor and sendmail external commands) are being executed. This should reduce
  51. the likelihood of button presses etc. being stacked up during these times.
  52.